Add a space
authorJohan Dahlin <johan@src.gnome.org>
Mon, 29 May 2006 21:51:01 +0000 (21:51 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Mon, 29 May 2006 21:51:01 +0000 (21:51 +0000)
gtk/gtktreeview.c

index 183f3b9248640bab577be114f8a30ce15d00cfb5..5e018776727c17a834ef29299489cdf2deb45b51 100644 (file)
@@ -12771,7 +12771,7 @@ gtk_tree_view_set_search_equal_func (GtkTreeView                *tree_view,
                                     GtkDestroyNotify            search_destroy)
 {
   g_return_if_fail (GTK_IS_TREE_VIEW (tree_view));
-  g_return_if_fail (search_equal_func !=NULL);
+  g_return_if_fail (search_equal_func != NULL);
 
   if (tree_view->priv->search_destroy)
     (* tree_view->priv->search_destroy) (tree_view->priv->search_user_data);